﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "Times New Roman", "Georgia", "Serif";
}

body#loadbg {
    background: url('../image/index/loadbg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.relative {
    position: relative;
}

.center-vertical {
    position: relative;
    top: 50%;
}

ul,
li {
    list-style-type: none;
}

.fontweight {
    font-weight: bold;
}

hr {
    height: 1px;
    border: none;
}

li,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, 0.7);
}

.hidden {
    display: none;
}

.yincang {
    display: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.nopadding {
    padding: 0px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin30 {
    margin: 30px;
}

.margin40 {
    margin: 40px;
}

.margin50 {
    margin: 50px;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
    display:flex;
    justify-content:center;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
}

.size15 {
    font-size: 15px;
}

.size16 {
    font-size: 16px;
}

.background_black {
    background: black;
}

.background_white {
    background: white;
}

.background_lightwhite {
    background: rgba(255, 255, 255, 0.2);
}

.background_gray {
    background: rgba(0, 0, 0, 0.2);
}

.background_dark {
    background: rgba(0, 0, 0, 0.4);
}

.background_blue {
    background: #0C8CD7;
}

.color_black {
    color: black;
}

.color_white {
    color: white;
}

.color_color {
    color: #3399CC;
}

.color_gray {
    color: rgba(0, 0, 0, 0.4);
}

.color_fxsct {
    color: rgba(0, 0, 0, 0.8);
}

.color_fxsc {
    color: rgba(0, 0, 0, 0.7);
}

.color_dark {
    color: rgba(0, 0, 0, 0.7);
}
.color_green{
    color:#5cb85c;
}
.color_red{
    color:#F92F2F;
}
.color_yellow{
    color:#FB7914;
}
.inline-block {
    display: inline-block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}


/*公共部分*/

.fixe {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999999999999999;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#header {
    background: #2484ce;
    height: 70px;
    line-height: 70px;
    position: relative;
}

#header .logo {
    position: absolute;
    left: 0px;
    top: 0px;
}

#header .user {
    position: absolute;
    right: 0px;
    top: 0px;
}

#menu {
    width: 1280px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
}

#menu a {
    color: rgba(255, 255, 255, 0.9);
}

#menu ul {
    width: 120px;
    text-align: left;
}
#menu ul:first-child{
    width:80px;
}

#menu ul a:hover,
#menu ul a:active,
#menu ul a.active {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}

#menu ul.dorpdown li a {
    text-decoration: none;
    border-bottom: none;
    padding-bottom: auto;
}

#menu .dorpdownmenu a,
#menu .dorpdownmenu a:hover {
    text-decoration: none;
    border: none;
    padding: auto;
}

#menu .dorpdownmenu {
    position: relative;
}
#menu .dorpdownmenu i.fa{
    padding-left:7px;
}

#menu .dorpdown {
    width: 90px;
    position: absolute;
    top: 70px;
    text-align: left;
    margin-left: -10px;
    cursor: pointer;
}

#menu .dorpdown li {
    margin: 0;
    height: 40px;
    background: #2484ce;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 40px;
}

#menu .dorpdown li:hover {
    background: #195B8D;
}
#menu .dorpdown li a{
    display:block;
    padding: 0px 10px;
}

.titdiv {
    width: 800px;
    margin: 0 auto;
    line-height: 26px;
}

.titdiv h2 {
    color: rgba(0, 0, 0, .8);
    margin-top:5%;
}
.titdiv h2.color_white{
    color:rgba(256,256,256,.9);
}
.titdiv hr {
    margin-top:20px;
    margin-bottom:10px;
}

.bigtitdiv {
    width: 800px;
    margin: 0 auto;
    color:rgba(0,0,0,.44);
}

#footer {}

.content {
    width: 1280px;
    margin: 0 auto;
}

.content-fluid {
    width: 100% !important;
}


/*owlCarousel样式*/

.owl-box{
}
@media (min-height:500px){
.owl-box{
    margin-top:0;
}
}
@media (min-height:600px){
.owl-box{
    margin-top:2%;
}
}
@media (min-height:700px){
.owl-box{
    margin-top:6%;
}
}
#owl-hzhb .item a img {
    margin: 20px;
}

#fullpage {}

#fullpage .section {
    position: relative;
    padding: 70px 0px 0px 0px;
}
@media (max-width:1279px){
    #fullpage .section {
        width:1280px;
    }
}

#fullpage .intro {}


/*fullpage样式覆盖*/

#fullpage .fp-slidesContainer {
    top: 20px;
}

#fullpage .fp-controlArrow.fp-prev {
    border-color: transparent #6ABAF7 transparent transparent;
    opacity:0.5;
}

#fullpage .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #6ABAF7;
    opacity:0.5;
}

#fullpage .fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    padding: 20px auto;
}

#fullpage .fp-slidesNav.top {
    top: 90px;
    position: absolute;
}

@media(min-width: 1420px) {
    #fullpage .fp-slidesNav.top {
        top: 90px;
        position: absolute;
    }
}

.fengexian {
    width: 100%;
    height: 2px;
    background: #C3E6F9;
    position: absolute;
    top: 10px;
}

#fullpage #fp-nav ul li,
#fullpage .fp-slidesNav ul li {
    margin: 0 35px;
}

#fullpage #fp-nav ul li a span,
#fullpage .fp-slidesNav ul li a span {
    background: #C3E6F9 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    height: 16px;
    left: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
    transition: all 0.1s ease-in-out 0s;
    width: 16px;
    z-index: 1;
}

#fullpage #fp-nav ul li a.active span,
#fullpage #fp-nav ul li:hover a.active span,
#fullpage .fp-slidesNav ul li a.active span,
#fullpage .fp-slidesNav ul li:hover a.active span {
    background: #3A91D3 none repeat scroll 0 0;
    border-radius: 100%;
    height: 16px;
    margin: -6px 0 0 -6px;
    width: 16px;
}

#fullpage #fp-nav ul li:hover a span,
#fullpage .fp-slidesNav ul li:hover a span {
    width: 16px;
    height: 16px;
}


/*载入页面*/

#zrlogo,
#zrtitle {
    /*width: 0px;*/
    display: none;
}

.loadbgct {
    margin: 0 auto;
    margin-top: 10%;
    width: 506px;
}

.headtit,
.content {
    width: 1280px;
    margin: 0 auto;
}


/*金融结汇*/

.jinrongjiehui_part {
    width: 49%;
    min-height:500px;
    display:inline-block;
    overflow: hidden;
    vertical-align:middle;
}

.gongyinglianxindai {
    width: 1280px;
    overflow: hidden;
} 

.gyldkms {
    display:block;
    margin: 0 auto;
    text-align: left;
    width:226px;
    font-size:14px;
    line-height:26px;
    color: rgba(0, 0, 0, 0.6);
}


.gylxd_li {
    width: 426px;
    float: left;
    text-align: center;
}

.gongyinglianxindai .gylxd_li h3{
    margin:38px 0 28px 0;
}

.fgexian {
    float: left;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    height: 200px;
}

.huilv_ico {
    width:30%;
    margin: 10px 0;
    line-height: 200px;
    float: left;
}

.huilv_div {
    width:60%;
    margin: 10px 0;
    padding: 10px 20px;
    height: 200px;
    overflow: hidden;
    float: left;
}

.huilv_div p {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 20px;
}

.jinrongjiehui_k {
    width: 278px;
    height: 210px;
    margin: 20px;
    padding: 50px 0;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    overflow: hidden;
}


/*.jinrongjiehui_k:hover { 
    height: 210px;
}*/

#jinrongjiehui_k_1 {
    top: 0;
    left: 0;
}

#jinrongjiehui_k_2 {
    top: 0;
    left: 298px;
}

#jinrongjiehui_k_3 {
    top: 230px;
    left: 0;
}

#jinrongjiehui_k_4 {
    top: 230px;
    left: 298px;
}

.jinrongjiehui_k_text {
    width: 278px;
    height: 210px;
    transition: top 1s;
    top: -230px;
    left: 0px;
    background: #CCCCCC;
    position: absolute;
    z-index: 555555;
}

.jinrongjiehui_k:hover .jinrongjiehui_k_text {
    top: 0px;
}

.quanquan_img {
    position: absolute;
    top: 162px;
    left: 262px;
}

.quanquan1 {
    position: absolute;
    width: 500px;
    left: 70px;
    top: 0;
    animation: xuanzhuan 3s linear infinite;
    -moz-animation: xuanzhuan 3s linear infinite;
    -webkit-animation: xuanzhuan 3s linear infinite;
    -o-animation: xuanzhuan 3s linear infinite;
}

.quanquan1_1 {
    position: absolute;
    width: 500px;
    left: 70px;
    top: 0;
    animation: xuanzhuan 5s linear infinite;
    -moz-animation: xuanzhuan 5s linear infinite;
    -webkit-animation: xuanzhuan 5s linear infinite;
    -o-animation: xuanzhuan 5s linear infinite;
}

.quanquan1_2 {
    position: absolute;
    width: 500px;
    left: 70px;
    top: 0;
    animation: xuanzhuan 4s linear infinite;
    -moz-animation: xuanzhuan 4s linear infinite;
    -webkit-animation: xuanzhuan 4s linear infinite;
    -o-animation: xuanzhuan 4s linear infinite;
}

.quanquan2 {
    position: absolute;
    width: 500px;
    left: 70px;
    top: 0;
    animation: fxxuanzhuan 5s linear infinite;
    -moz-animation: fxxuanzhuan 5s linear infinite;
    -webkit-animation: fxxuanzhuan 5s linear infinite;
    -o-animation: fxxuanzhuan 5s linear infinite;
}

.quanquan2_1 {
    position: absolute;
    width: 500px;
    left: 70px;
    top: 0;
    animation: fxxuanzhuan 3s linear infinite;
    -moz-animation: fxxuanzhuan 3s linear infinite;
    -webkit-animation: fxxuanzhuan 3s linear infinite;
    -o-animation: fxxuanzhuan 3s linear infinite;
}

.quanquan2_2 {
    position: absolute;
    width: 500px;
    left: 70px;
    top: 0;
    animation: fxxuanzhuan 4s linear infinite;
    -moz-animation: fxxuanzhuan 4s linear infinite;
    -webkit-animation: fxxuanzhuan 4s linear infinite;
    -o-animation: fxxuanzhuan 4s linear infinite;
}

.channelVip_div_background {
    background-image: url("../image/thirdparty/BG.png") ;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* 多平台官方认证模块 */
.platform_cert_section {
    background-color: #FCFCFF;
    padding: 70px 0 80px;
}

.platform_cert_header {
    text-align: center;
    margin-bottom: 40px;
}

.platform_cert_title {
    font-size: 36px;
    font-weight: 600;
    color: #2B2F36;
    margin: 0;
    line-height: 1.3;
}

.platform_cert_subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #2B2F36B2;
    margin: 12px 0 0;
    line-height: 1.4;
}

.platform_cert_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.platform_cert_card {
    display: flex;
    flex-direction: column;
    width: 370px;
    padding: 24px 20px 20px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #e8eef6;
    background: linear-gradient(25.92deg, #FFFFFF 76.46%, #DFF2FF 100%);
    box-shadow: 0px 1px 24px 0px #CFD9E780;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.platform_cert_card:hover {
    border-color: #3388ff;
    box-shadow: 0 8px 24px 0 #3388ff1a;
    transform: translateY(-4px);
}

.platform_cert_card:hover .platform_cert_btn {
    background: linear-gradient(104deg, #3388FF 49.67%, #7979E8 79.67%);
}

.platform_cert_top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.platform_cert_logo {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 12px;
}

.platform_cert_info {
    min-width: 0;
    flex: 1;
}

.platform_cert_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #1E1E1E;
}

.platform_cert_desc {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #2B2F36CC;
}

.platform_cert_badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    border-radius: 50px;
    background: #3388FF1A;
    font-size: 12px;
    font-weight: 450;
    color: #3388FF;
    white-space: nowrap;
    margin-top: 16px;
}

.platform_cert_badge_gold {
    background: #EDAF3229;
    color: #F7961E;
}

.platform_cert_badge_icon_inner {
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}

.platform_cert_flags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.platform_cert_flag_img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.platform_cert_badge_icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    flex-shrink: 0;
}

/* 去掉a标签默认下划线 */
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

.platform_cert_btn {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 24px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(267.8deg, #589FFB 26.78%, #3388FF 69.61%);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.platform_cert_btn:hover {
    background: linear-gradient(267.8deg, #4A8FEA 26.78%, #2277EE 69.61%);
    box-shadow: 0 2px 8px rgba(51, 136, 255, 0.3);
}

.platform_cert_btn:active {
    background: linear-gradient(267.8deg, #3A7FDA 26.78%, #1166DD 69.61%);
    box-shadow: none;
    opacity: 0.9;
}

.platform_cert_btn:focus {
    outline: none;
    box-shadow: none;
}

.platform_cert_btn:focus-visible {
    outline: 2px solid #3388FF;
    outline-offset: 2px;
}

.platform_cert_more_wrap {
    text-align: center;
    margin-top: 40px;
}

.platform_cert_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 572px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 50px;
    background: linear-gradient(76.4deg, #FFFFFF 70.53%, #DFF2FF 95.57%);
    box-shadow: 0px 1px 24px 0px #CFD9E74D;
    font-size: 16px;
    font-weight: 500;
    color: #3388FF;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.platform_cert_more:hover {
    box-shadow: 0 8px 20px 0 #3388ff1a;
    transform: translateY(-2px);
    background: linear-gradient(76.4deg, #F0F7FF 70.53%, #C8E8FF 95.57%);
}

.platform_cert_more:active {
    box-shadow: none;
    opacity: 0.9;
    transform: translateY(0);
}

.platform_cert_more:focus {
    outline: none;
    box-shadow: none;
}

.platform_cert_more:focus-visible {
    outline: 2px solid #3388FF;
    outline-offset: 2px;
}

.platform_cert_more:hover .platform_cert_more_arrow {
    transform: translateX(6px);
}

.platform_cert_more_arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.channelvip_div_wrap {
    width: 1400px;
    height: 400px;
}

.channelvip_div {
    width: 305px;
    height: 340px;
    border: 0
    margin: 0 5px;
    overflow: hidden;
    position: relative;
}

/*合作伙伴*/

.hzhbfour_div {
    width: 305px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: border-color 0.3s ease;
}
.hzhbfour_div:hover{
    border-color: #409eff;
}
#hzhb_one,
#hzhb_three{
    background-image: url('../image/hezuohuoban/bg1.png');
}
#hzhb_two{
    background-image: url('../image/hezuohuoban/bg2.png');
}
.hzhbfour_div:last-child
{ 
    margin-right:0;
}

.module-icon{
    width:100px;
    height:100px;
    margin-top: 20px;
}

.hzhbfour_div h4 {
    color: rgba(0, 0, 0, 0.7);
    padding: 30px 20px 10px;
}

.hzhbfour_div li {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 60px;
}

.hzhbfour_div .top-line {
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

#hzhb_one:hover .top-line {
    width: 100%;
    background-color: #4DB4EF;
    left: 0;
    animation: top-change 0.3s;
    -moz-animation: top-change 0.3s;
    -webkit-animation: top-change 0.3s;
    -o-animation: top-change 0.3s;
    z-index: 10;
}

#hzhb_two:hover .top-line {
    width: 100%;
    background-color: #C3ED7F;
    left: 0;
    animation: top-change 0.3s;
    -moz-animation: top-change 0.3s;
    -webkit-animation: top-change 0.3s;
    -o-animation: top-change 0.3s;
    z-index: 10;
}

#hzhb_three:hover .top-line {
    width: 100%;
    background-color: #FF2A2A;
    left: 0;
    animation: top-change 0.3s;
    -moz-animation: top-change 0.3s;
    -webkit-animation: top-change 0.3s;
    -o-animation: top-change 0.3s;
    z-index: 10;
}

#hzhb_four:hover .top-line {
    width: 100%;
    background-color: #FF9A38;
    left: 0;
    animation: top-change 0.3s;
    -moz-animation: top-change 0.3s;
    -webkit-animation: top-change 0.3s;
    -o-animation: top-change 0.3s;
    z-index: 10;
}

@keyframes top-change {
    0% {
        width: 20%;
        left: 0;
    }
    100% {
        width: 100%;
        left: 0;
    }
}

.network_background {
    background: #0C8CD7 url('../image/hezuohuoban/network.png') no-repeat center bottom;
}

/* 行业生态圈 */
.section2_section{
    padding:60px 0 50px;
    background:#fff;
}
.section2_header{
    text-align:center;
    padding:50px 0 40px;
}
.section2_title{
    font-size:32px;
    color:#333;
    font-weight:bold;
    margin:0 0 12px;
}
.section2_desc{
    font-size:16px;
    color:#666;
    margin:0;
}

/* 权威资质与背书 */
.authority_section{
    width:100%;
    padding:70px 0 80px;
    background-color:#f7f9fc;
    background-image:url('../image/index/authority_bg.png');
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    box-sizing:border-box;
}
.authority_header{
    width:100%;
    text-align:center;
}
.authority_title{
    margin:0;
    font-size:36px;
    font-weight:600;
    line-height:1.3;
    color:#2B2F36;
}
.authority_subtitle{
    margin:12px 0 0;
    font-size:16px;
    font-weight:400;
    line-height:1.4;
    color:#2B2F36B2;
}
.authority_nav_bar{
    position:relative;
    width:100%;
    height:36px;
    margin-top:28px;
}
.authority_divider{
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:1px;
    margin:0;
    background:#D9D9D9;
    transform:translateY(-50%);
}
.authority_toolbar{
    position:relative;
    z-index:1;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:12px;
    width:1200px;
    height:100%;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
}
.authority_nav{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    padding:0;
    border:1px solid #e6ebf2;
    border-radius:50%;
    background:#fff;
    box-shadow:0 2px 10px 0 #2b2f3614;
    cursor:pointer;
    transition:border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.authority_nav_icon{
    display:block;
    width:12px;
    height:12px;
    object-fit:contain;
    pointer-events:none;
}
.authority_nav_icon.is-hover{
    display:none;
}
.authority_nav.is-prev .authority_nav_icon.is-hover{
    transform:scaleX(-1);
}
.authority_nav.is-next .authority_nav_icon.is-default{
    transform:scaleX(-1);
}
.authority_nav:hover{
    border-color:#3388ff;
    background:#f3f8ff;
    box-shadow:0 4px 12px 0 #3388ff1a;
}
.authority_nav:hover .authority_nav_icon.is-default{
    display:none;
}
.authority_nav:hover .authority_nav_icon.is-hover{
    display:block;
}
.authority_list_wrap{
    margin-left:max(0px, calc((100% - 1200px) / 2));
    width:calc(100% - max(0px, calc((100% - 1200px) / 2)));
    margin-top:-18px;
    overflow:hidden;
    box-sizing:border-box;
    padding-bottom:45px;
}
.authority_list{
    display:flex;
    width:max-content;
    gap:20px;
    will-change:transform;
    transition:transform 0.4s ease;
}
.authority_card{
    flex:0 0 auto;
    width:max-content;
    min-height:341px;
    padding:30px 16px 16px;
    box-sizing:border-box;
    background:transparent;
    transition:border-color 0.25s ease, box-shadow 0.25s ease;
}
.authority_card.is-active{
    border-top:3px solid #3388FF;
}
.authority_card.is-active .authority_card_title,
.authority_card.is-active .authority_card_desc{
    color:#3388ff;
}
.authority_card_text{
    max-width:262px;
}
.authority_num{
    font-size:32px;
    font-weight:600;
    line-height:1;
    color:#3388FF;
}
.authority_card_title{
    margin-top:12px;
    font-size:18px;
    font-weight:600;
    line-height:1.4;
    min-height:44px;
    color:#2B2F36;
    transition:color 0.25s ease;
}
.authority_card_title_suffix{
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
}
.authority_card_desc{
    margin-top:8px;
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    min-height:40px;
    color:#2B2F3699;
    transition:color 0.25s ease;
}
.authority_card_imgs{
    display:flex;
    flex-direction:row;
    align-items:flex-end;
    gap:10px;
    margin-top:16px;
    width:max-content;
}
.authority_card_img{
    display:block;
    flex-shrink:0;
    width:auto;
    height:160px;
    box-sizing:border-box;
    object-fit:cover;
    border-radius:12px;
    border:6px solid #FFFFFF;
    box-shadow:0px 1px 24px 0px #2B2F364D;
    transform:scale(1);
    transform-origin:center center;
}

/* 跨境电商一站式云服务平台 */
.section0_section{
    padding:60px 0 0;
    background:#fff;
}
.section0_header{
    text-align:center;
    padding:50px 0 0px;
}
.section0_title{
    font-size:32px;
    color:#333;
    font-weight:bold;
    margin:0 0 12px;
}
.section0_desc{
    font-size:16px;
    color:#666;
    margin:0;
}

/* 我们的优势 */
.advantage_section{
    padding:60px 0 0;
    background:#fff;
}
.advantage_header{
    text-align:center;
    padding:0 0 50px;
}
.advantage_title{
    font-size:32px;
    color:#333;
    font-weight:bold;
    margin:0 0 12px;
}
.advantage_desc{
    font-size:16px;
    color:#666;
    margin:0;
}
.advantage_bg{
    background:linear-gradient(90deg, #4690D3 0%, #3388FF 50%, #4690D3 100%);
    padding:60px 0;
}
.advantage_content{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}
.advantage_item{
    flex:0 0 auto;
    width:16.666%;
    text-align:center;
    padding:0 10px;
    box-sizing:border-box;
}
.advantage_num{
    font-size:36px;
    font-weight:bold;
    color:#fff;
    line-height:1.2;
}
.advantage_plus{
    font-size:20px;
    font-weight:normal;
}
.advantage_label{
    font-size:14px;
    color:rgba(255,255,255,0.85);
    margin-top:8px;
}



/*关于我们*/

.content.yuangongfengcai_content{
    width:1400px;
}
.yuangongfengcai {
    overflow: hidden;
    position: relative;
    width:1400px;
}

.lianxiwomen {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 50px 50px;
    margin-right:15%;
    margin-left:15%;
}
.lianxiwomen > * > p{
    margin-bottom:32px;
}
.lianxiwomen > * > p:last-child{
    margin-bottom:0;
}
.gywmthree_div {
    width: 405px;
    height: 450px;
    border-radius: 3px;
    margin: 0 5px;
    overflow: hidden;
}

.gywmthree_div .gywmtree_div_div {
    width: 250px;
    height: 82px;
    border-radius: 6px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    text-align:left;
    display:table;
    ertical-align:middle;

}


/*解决方案--仓储物流*/

.cangcwljvz {
    height: 65px;
    margin-top: 100px;
}

.cangchuwuliu_imgtit {
    text-align: center;
}

.img-scale {
    overflow: hidden;
}

.img-scale img {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.img-scale:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
}


/*解决方案-分销商城*/

.fxsc-tixi {
    padding-top: 50px;
}

.fxsc-tixi .fxsctx-item {
    font-size: 16px;
    margin: 30px 15px 30px 15px;
    padding-left: 80px;
}

.fxsc-tixi .fxsctx-home {
    background: url("../image/jjfa_fenxiaoshangcheng/fxsc-list-home.png") no-repeat;
}

.fxsc-tixi .fxsctx-link {
    background: url("../image/jjfa_fenxiaoshangcheng/fxsc-list-link.png") no-repeat;
}

.fxsc-tixi .fxsctx-money {
    background: url("../image/jjfa_fenxiaoshangcheng/fxsc-list-money.png") no-repeat;
}

.fxsctx-map {
    background: url("../image/jjfa_fenxiaoshangcheng/fxsc-map-1.png") no-repeat 50%
}

.fxsc-map-tips {
    opacity: 0;
    transition: opacity .5s;
}

.fxsc-map-tips:hover {
    opacity: 0.8;
}

.fxscys-box .col-xs-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.fxscys-item {
    max-width: 234px;
    min-width: 234px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto; 
}

.fxscys-extend-box {
    height: 218px;
    position: relative;
    overflow: hidden;
}

.fxscys-extend-title {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.fxscys-extend-description {
    transition: top 1s;
    padding-left: 38px;
    padding-right: 10px;
    background: #fff;
    margin-top: 6px;
}

.fxscys-extend-description li {
    list-style-image: url("../image/jjfa_fenxiaoshangcheng/li_ico.png");
    margin-left: 2px;
    font-size: 14px;
    margin-top: 12px;
}

.size18 {
    font-size: 18px;
}


/*解决方案--跨境俱乐部*/

.jvlebu4ct {
    height: 800px;
    overflow: hidden
}

.jvlebu4txt {
    color: rgba(0, 0, 0, 0.6);
    width: 1280px;
    height: 800px;
    background: white;
    z-index: 99999999;
    -webkit-mask-image: url(../image/sjkj.svg);
    mask: url(../image/sjkj.svg);
}

.jvlebu4txt .jvlebu_tit h3 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-left: 200px;
}

.jvlebu4txt .jvlebu_tit p {
    font-size: 18px;
    margin-left: 200px;
}

.jvlebu4txt .scrolltop_fdiv {
    width: 729px;
    height: 850px;
    overflow: hidden;
    margin: 30px auto 0px 200px;
}

.jvlebu4txt .scrolltop {
}

.jvlebu4txt .scrolltop ul {
    width:100%;
}

.jvlebu4txt .scrolltop li {
    width:33%;
    float:left;
    /*width: 243px;*/
    /*overflow: hidden;*/
    /*display: inline-block;*/
    text-align: center;
    line-height: 19px;
    position:relative;
    margin-bottom:90px;

}

.jvlebu4txt .scrolltop .scrolltop_name {
    margin: 10px;
    padding: 0 10px;
}

.jvlebu4txt .scrolltop .scrolltop_des {

    padding: 10px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    /*height: 45px;*/
    margin:10px;
    position:absolute;
    z-index: 1000;
    background: #fff;
    width:220px;
}

.jvlebu4txt .scrolltop .scrolltop_des_content {
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.jvlebu4txt .scrolltop > ul > li:hover{

}
.jvlebu4txt .scrolltop > ul > li:hover .scrolltop_des  {
    height:auto;
    position:absolute;
}
.jvlebu4txt .scrolltop > ul > li:hover .scrolltop_des_content  {
    text-overflow:inherit;
    white-space: inherit;
}

.zhegait {
    background: #1FA1ED;
    width: 450px;
    height: 1200px;
    top: -608px;
    left: 950px;
    position: absolute;
    transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -webkit-transform: rotate(-70deg);
    z-index: 99999;
}

.zhegail {
    background: #1FA1ED;
    width: 350px;
    height: 1200px;
    top: -80px;
    left: -120px;
    position: absolute;
    transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    z-index: 99999;
}

.zhegair {
    position: absolute;
    background: #1FA1ED;
    width: 500px;
    height: 1220px;
    top: 105px;
    right: 0px;
    transform: rotate(58deg);
    -o-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -webkit-transform: rotate(58deg);
    z-index: 99999;
}

.jvlebu4txt a {
    color: rgba(0, 0, 0, 0.6);
}

.zhegai {
    z-index: 1;
    position: absolute;
}

.jvlebu3ct {
    overflow: hidden
}

.jvlebu3txt3 {
    background-color:#ffffff;
    padding-left: 240px;
    padding-top: 20%;
    width: 655px;
    -webkit-mask-image: url(../image/sjkj.svg);
    mask: url(../image/sjkj.svg);
}
.jvlebu3txt3 h3 {
    font-size: 45px;
    margin-bottom: 40px;
}

.jvlebu3txt3 h4 {
    line-height: 30px;
}

.jvlebu3txt3 li {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
}

.jvlebu3txt {
    color: rgba(0, 0, 0, 0.6);
    width: 1280px;
    height: 800px;
    background: white;
    z-index: 99999999;
}

.jvlebu3txt .jvlebu_tit h3 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-left: 200px;
}

.jvlebu3txt .jvlebu_tit p {
    font-size: 18px;
    margin-left: 200px;
}

.zhegait3 {
    background: #1FA1ED;
    width: 450px;
    height: 1200px;
    top: -608px;
    left: 950px;
    position: absolute;
    transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -webkit-transform: rotate(-70deg);
    z-index: 99999;
}

.zhegail3 {
    background: #1FA1ED;
    width: 350px;
    height: 1200px;
    top: -80px;
    left: -120px;
    position: absolute;
    transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    z-index: 99999;
}

.zhegair3 {
    position: absolute;
    background: #1FA1ED;
    width: 500px;
    height: 1220px;
    top: 105px;
    right: 0px;
    transform: rotate(58deg);
    -o-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -webkit-transform: rotate(58deg);
    z-index: 99999;
}

.jvlebu2txt {
    position: absolute;
    left: 250px;
    top: 150px;
    width: 555px;
    height: 260px;
}

.jvlebu2txt h3 {
    font-size: 30px;
    margin-bottom: 50px;
}

.jvlebu2txt p {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
}

.banyuanl {
    width: 1280px;
    height: 900px;
    overflow: hidden;
    position: absolute;
    top: 50px;
}

.banyuanm {
    width: 1000px;
    height: 1000px;
    border-radius: 100%;
    background: #fff url('../image/jvlebu/yuan.png') no-repeat 0px -100px;
}

.jvlebutxt {
    position: absolute;
    left: 350px;
    top: 150px;
    width: 475px;
    height: 260px;
    /*background-size: cover;*/
    /*background: red;*/
}

.jvlebutxt h3 {
    font-size: 30px;
    margin-bottom: 50px;
}

.jvlebutxt p {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
}


/*.tb {
    position: absolute;
    top: 120px;
    left: 1200px;
}

.biji {
    left: -180px;
    top: 0;
    position: absolute;
    animation: ss 3500ms ease infinite;
}

.ren {
    left: -120px;
    top: 120px;
    position: absolute;
    animation: ss 2300ms ease infinite;
}

.shizhong {
    left: -60px;
    top: 240px;
    position: absolute;
    animation: ss 4400ms ease infinite;
}

.qian {
    left: -30px;
    top: 380px;
    position: absolute;
    animation: ss 3600ms ease infinite;
}*/


/*动画部分*/


/*图片遮罩*/

.view {
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}

.hover {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    /*transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);*/
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    height: 100%;
    z-index: 4000;
}

.view:hover .hover {
    background: rgba(0, 0, 0, 0);
    /*height: 0px;*/
    width: 100%;
    /*transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);*/
}

.view:hover h3 {
    display: none;
}

.view:hover p {
    display: none;
}

.hoverview{
    position:relative;
}
.hoverview .hover{
transition:background .5s;
-moz-transition:background .5s; /* Firefox 4 */
-webkit-transition:background .5s; /* Safari and Chrome */
-o-transition:background .5s; /* Opera */
}    
.hoverview:hover .hover{
    background:rgba(0, 0, 0, 0);
}
.hover h3 {
    color: #fff;
    position: absolute;
}

.hover p {
    color: #fff;
    position: absolute;
}

.triangle:before {
    content: "";
    position: absolute;
    top: -270px;
    right: 0;
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(55deg) translateX(60px);
    -moz-transform: rotate(55deg) translateX(60px);
    -webkit-transform: rotate(55deg) translateX(60px);
    transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
}

.triangle:after {
    content: "";
    position: absolute;
    bottom: -270px;
    left: 0;
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(55deg) translateX(-60px);
    -moz-transform: rotate(55deg) translateX(-60px);
    -webkit-transform: rotate(55deg) translateX(-60px);
    transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
}

.view:hover:before {
    top: 0;
}

.view:hover:after {
    bottom: 0px;
}

.yuangongfengcai_content{
}

/*调用*/


/*animation: xuanzhuan 5s;
-moz-animation: xuanzhuan 5s;
-webkit-animation: xuanzhuan 5s;
-o-animation: xuanzhuan 5s; 
*/


/*@keyframes ss {
    0% {
        margin-top: 0px;
        margin-left: 0px;
    }
    20% {
        margin-top: 3px;
        margin-left: -5px;
    }
    40% {
        margin-top: -3px;
        margin-left: 4px;
    }
    60% {
        margin-top: 5px;
        margin-left: 0px;
    }
    80% {
        margin-top: 2px;
        margin-left: -4px;
    }
    100% {
        margin-top: 0px;
        margin-left: 0px;
    }
}*/

@keyframes xuanzhuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes xuanzhuan {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes xuanzhuan {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes xuanzhuan {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes fxxuanzhuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@-moz-keyframes fxxuanzhuan {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes fxxuanzhuan {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-o-keyframes fxxuanzhuan {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(-360deg);
    }
}

footer {
    background-color: #302e2f;
    color: white;
    width: 100%;
}

footer .content {
    background-color: #302e2f;
    height: 100%;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a {
    color: white;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #5EA9EA;
    text-decoration: none;
}

footer .lang-list {
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
}

footer .lang-list > li {
    list-style: none;
    display: inline-block;
    color: white;
    white-space: nowrap;
    line-height: 36px;
    margin: 0 30px;
    text-align: left;
}

footer .lang-list > li img {
    margin-right: 10px;
    vertical-align: middle;
}

footer .lang-list > li p {
    margin-bottom: 0;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}
footer .foot-lists .fl-item:first-child{
    margin-left:80px;
}
footer .foot-lists .fl-item:last-child{
    width:100px;
}

footer .foot-lists > .fl-item {
    display: inline-block;
    width: 246px;
    vertical-align: top;
}

footer .foot-lists > .fl-item h1,
footer .foot-lists > .fl-item h2,
footer .foot-lists > .fl-item h3,
footer .foot-lists > .fl-item h4,
footer .foot-lists > .fl-item h5,
footer .foot-lists > .fl-item h6 {
    margin-bottom: 30px;
}

footer .foot-lists > .fl-item .fl-list {
    padding: 0;
    margin: 0;
}

footer .foot-lists > .fl-item .fl-list > li {
    list-style: none;
    line-height: 1em;
    margin-bottom: 20px;
}

footer .foot-lists > .fl-item .fl-list > li >a {}

.j-it-icons {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
}

.j-it-icons .ji-icon {
    border: 3px solid #1397e3;
    display: inline-block;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    line-height: 140px;
    text-align: center;
    margin-bottom: 30px;
}

.js-cart {
    margin: 0 10%;
    color: #fff;
}

.js-cart .jc-item {
    animation: ss-jc-item 0.3s ease-in;
    width: 16.66%;
    height: 410px;
}

.js-cart .jc-item.active {
    animation: ex-jc-item 0.3s ease-in;
    width: 33.33%;
    height: 500px;
    overflow: hidden;
}

@keyframes ss-jc-item {
    from {
        width: 33.33%;
        height: 500px;
    }
    to {
        width: 16.66%;
        height: 400px;
    }
}

@keyframes ex-jc-item {
    0% {
        width: 16.66%;
        height: 400px;
    }
    100% {
        width: 33.33%;
        height: 500px;
    }
}

.js-cart .jc-item {
    background-repeat: no-repeat;
    background-position: -50px bottom;
    transition:background 0.4s;
}

.js-cart .jc-item.active {
    background-position: right bottom;
}

.js-cart .jc-bg-o {
    background-color: #ffa964;
    background-image: url(../image/it/huoche.png);
}

.js-cart .jc-bg-p {
    background-color: #c69df0;
    background-image: url(../image/it/wenjian.png);
}

.js-cart .jc-bg-r {
    background-color: #fa6363;
    background-image: url(../image/it/feiji.png);
}

.js-cart .jc-bg-b {
    background-color: #62aedb;
    background-image: url(../image/it/fangzi.png);
}

.js-cart .jc-bg-lb {
    background-color: #81ceee;
    background-image: url(../image/it/zuanshi.png);
}

.js-cart .jc-bg0 {
    background-color: #ffa964;
    background-image: url(../image/it/huoche.png);
}

.js-cart .jc-bg1 {
    background-color: #c69df0;
    background-image: url(../image/it/wenjian.png);
}

.js-cart .jc-bg2 {
    background-color: #fa6363;
    background-image: url(../image/it/feiji.png);
}

.js-cart .jc-bg3 {
    background-color: #62aedb;
    background-image: url(../image/it/fangzi.png);
}

.js-cart .jc-bg4 {
    background-color: #81ceee;
    background-image: url(../image/it/zuanshi.png);
}

.js-cart .jc-item {
    position: relative;
}

.js-cart .jc-item > h1,
.js-cart .jc-item > h2,
.js-cart .jc-item > h3,
.js-cart .jc-item > h4,
.js-cart .jc-item > h5,
.js-cart .jc-item > h6 {
    color: #fff;
    text-align: center;
    width: 1em;
    position: absolute;
    right: 30px;
    top: 50px;
}

.js-cart .jc-item > hr {
    margin: 40px 20px;
}

.js-cart .jc-item.active > h1,
.js-cart .jc-item.active > h2,
.js-cart .jc-item.active > h3,
.js-cart .jc-item.active > h4,
.js-cart .jc-item.active > h5,
.js-cart .jc-item.active > h6 {
    width: auto;
    position: unset;
    margin: 30px 0 10px 0;
}

.js-cart .jc-item.active > hr {
    margin: 20px 20px;
}

.js-cart .jc-item.active .jc-content h1,
.js-cart .jc-item.active .jc-content h2,
.js-cart .jc-item.active .jc-content h3,
.js-cart .jc-item.active .jc-content h4,
.js-cart .jc-item.active .jc-content h5,
.js-cart .jc-item.active .jc-content h6 {
    color: #fff;
    line-height:26px;
    margin-bottom:18px;
}
.js-cart .jc-item.active .jc-content p{
    margin-bottom:30px;
}

.js-cart .jc-item.active .jc-content
{
    animation: ex-jc-content 0.5s ease-in;
    color: #fff;
    text-align: left;
    display: block;
}

.js-cart .jc-item .jc-content {
    display: none;
}


@keyframes ex-jc-content {
    0% {
        opacity:0;
    }
    60% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.xuanzfw {
    width: 300px;
    height: 300px;
    text-align: center;
    line-height: 300px;
    position: absolute;
    overflow: hidden;
    border-radius: 150px;
    left: 980px;
    bottom: 20px;
    z-index: 99999999;
}

#sdxuanzhuan {
    width: 300px;
    height: 300px;
    transition: 2s ease;
}

.xuanzfw:hover #sdxuanzhuan {
    transform: rotateY(180deg);
    transition: 2s ease;
}

.qianmian,
.houmian {
    transition: opacity 2s;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    position: absolute;
    top: 0;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    overflow: hidden;
}

.qianmian {
    background: #fff;
}

.houmian {
    opacity: 0;
    background: #305c8d;
    line-height: 26px;
    transform: rotateY(180deg);
}

.xuanzfw:hover .houmian {
    opacity: 1;
}


/* 新闻 */

.news-item {
    max-width: 1200px;
    margin: 0 auto;
    background: #F4F4F4;
    border-bottom: 1px #cdcdcd solid;
}

.news-image {
    margin: 15px auto;
}

.news-date {
    border: 1px solid #c3c3c3;
    padding: 5px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    margin-top: 30px;
    border-radius: 4px;
    width: 78px;
    height: 78px;
}

.news-date span {
    font-size: 28px;
    color: rgba(0, 0, 0, .8);
}

.news-item-box {
    margin: 15px 0;
}
.news-item{
    position:relative;
}
.news-item .news-btn{
    position:absolute;
    bottom:20px;
    right:20px;
}

.news-title,
a.news-title {
    font-size: 20px;
    color: rgba(0, 0, 0, .7);
    height: 50px;
    line-height: 50px;
}

.news-brief {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height:24px;
    height:72px;
    display:inline-block;
    overflow:hidden;
    margin-bottom:30px;
}

.news-btn {
    background: #2c82d1;
}

.news-btn:hover {
    background: #1a68b1;
}

.news-btn:visited {
    background: #0d569a;
}

.e_page {
    max-width: 1200px;
    margin: 10px auto;
}

.e_page .btn-toolbar {
    float: right;
}

.e_page .btn {
    background: #fefefe;
    font-size: 12px;
    padding: 2px 12px;
}

.e_page .btn:hover {
    background: #ebebeb;
}

.e_page .btn.active {
    box-shadow: unset;
    background: #e0e0e0;
}


/* 隐私保护 */

.privacy-content-box {
    background: #e5e5e5;
}

.privacy-content-box .intro {
    padding-bottom: 66px;
}

.privacy-content-box .content {
    background: #fff;
    width: 1200px;
    padding: 30px 50px;
    margin: 66px auto 0;
    box-shadow: 6px 6px 6px 2px rgba(7, 0, 1, .08);
}

.privacy-content-box .titdiv,
.privacy-content-box .titdiv h2 {
    color: rgba(0, 0, 0, .8);
}

.privacy-content {
    width: 948px;
    margin: 65px auto;
}

.privacy-content,
.privacy-content p,
.privacy-content li,
.privacy-content ol,
.privacy-content ul {
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    line-height: 30px;
    margin-bottom: ;
}

.privacy-content p {
    text-indent: 2em;
}

.privacy-content ul>li {
    text-indent: 2em;
}


/* 版权所有 */

.copyright-content-box {
    background: #e5e5e5;
}

.copyright-content-box .intro {
    padding-bottom: 66px;
}

.copyright-content-box .content {
    background: #fff;
    width: 1200px;
    min-height: auto;
    padding: 15px 50px;
    margin: 66px auto 0;
    box-shadow: 6px 6px 6px 2px rgba(7, 0, 1, .08);
}

.copyright-content-box .titdiv,
.copyright-content-box .titdiv h2 {
    color: rgba(0, 0, 0, .8);
}

.copyright-content {
    width: 948px;
    margin: 65px auto;
}

.copyright-content,
.copyright-content li,
.copyright-content ol,
.copyright-content ul {
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    line-height: 30px;
    margin-bottom: 0;
}

.copyright-content ul>li {
    text-indent: 1em;
    list-style: url(../image/copyright-poin.gif) inside;
}
.ys-up{
    font-family:'黑体',Arial;
    position:absolute;
    font-size:20px;
    line-height:20px;
}
@media (min-height:520px){
    .ys-up{
    bottom:11%;
    }
}
@media (min-height:620px){
    .ys-up{
    bottom:15%;
    }
}
@media (min-height:720px){
    .ys-up{
    bottom:20%;
    }
}
.ys-up .ysup-line{
    margin:0 auto;
    width:2px;
    height:5px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: linear-gradient(to bottom,rgba(255,255,255,1), rgba(255,255,255,0));
}
.ys-up .f72up{
    font-size:72px;
    margin:0 0 8px 0;
    line-height:1em;
}


#tempbanner1 {
    margin: auto;
    height: 20%;
    width: 100%;
}

#tempbanner2 {
    margin: auto;
    height: 100%;
    width: 100%;
}

#tempbanner3 {
    margin: auto;
    height: 20%;
    width: 100%;
}

.imgShadow {
    -moz-box-shadow:2px 2px 18px #333333; 
    -webkit-box-shadow:2px 2px 18px #333333; 
    box-shadow:2px 2px 18px #333333;
}


#edayun-QR-small a {
    display: block; 
    position: fixed; 
    box-sizing: border-box; 
    font-size: 13px; 
    color: rgb(255, 255, 255); 
    text-align: center; 
    cursor: pointer; 
    text-decoration: none; 
    z-index: 1000000000; 
    right: 2px; 
    bottom: 0px; 
    margin-right: 0px; 
    margin-bottom: 70px;
}

#edayun-QR-big a {
    display: block; 
    position: fixed; 
    box-sizing: border-box; 
    font-size: 13px; 
    color: rgb(255, 255, 255); 
    text-align: center; 
    cursor: pointer; 
    text-decoration: none; 
    z-index: 1000000000; 
    right: 52px; 
    bottom: 0px; 
    margin-right: 0px; 
    margin-bottom: 15px;
}

#edayun-to-top a {
    display: block; 
    position: fixed; 
    box-sizing: border-box; 
    font-size: 13px; 
    color: rgb(255, 255, 255); 
    text-align: center; 
    cursor: pointer; 
    text-decoration: none; 
    z-index: 1000000000; 
    right: 2px; 
    bottom: 0px; 
    margin-right: 0px; 
    margin-bottom: 16px;
}

.expressdiv {
    width: 800px;
    margin: 0 auto;
    line-height: 26px;
}

.expressdiv h2 {
    color: rgba(0, 0, 0, .8);
    margin-top:5%;
    font-size: 26px;
}
.expressdiv h2.color_white{
    color:rgba(256,256,256,.9);
}
.expressdiv hr {
    margin-top:20px;
    margin-bottom:10px;
}
.expressdiv p,ol{
    font-size: 16px
}
.expressdiv a{
    text-decoration: none;
}

.banner{
    position:relative;
}
.banner .swiper-container{
    padding-top:70px;
    padding-bottom:40px;
}
.banner .swiper-container img{
    width:1200px;
    display:block;
    margin:0 auto;
    max-height:500px;
}
.banner .swiper-button-prev{
    background:url(../image/banner/btn_home_left_first.png) no-repeat center center;
    left:2%;
    width:150px;
    height:150px;
}
.banner .swiper-button-next{
    background:url(../image/banner/btn_home_left_first.png) no-repeat center center;
    right:2%;
    width:150px;
    height:150px;
    transform:rotate(180deg)
}
.banner .swiper-container .swiper-pagination{
    bottom:0 !important;
}

.banner  .swiper-pagination-bullet{
    width:20px;
    height:4px;
    border-radius:2px;
    margin:0 3px !important;
}
.banner .swiper-slide .banner-btn{
    position:absolute;
    left:50%;
    bottom:100px;
    transform:translateX(calc(-50% - 420px));
    display:inline-flex;
    align-items:center;
    padding:12px 32px;
    background:#fff;
    color:#409eff;
    font-size:16px;
    font-weight:600;
    line-height:1;
    border-radius:22px;
    text-decoration:none;
    z-index:10;
    transition:all 0.3s ease;
    border:none;
    cursor:pointer;
    outline:none;
    box-shadow:0 2px 12px 0 rgba(0,0,0,0.1);
}
.banner .swiper-slide .banner-btn:hover{
    background:#409eff;
    color:#fff;
    box-shadow:0 4px 16px 0 rgba(64,158,255,0.4);
    transform:translateX(calc(-50% - 420px)) translateY(-2px);
}
.banner .swiper-slide .banner-btn:active{
    transform:translateX(calc(-50% - 420px)) translateY(0);
    box-shadow:0 2px 8px 0 rgba(64,158,255,0.3);
}
.banner .swiper-slide .banner-btn img{
    width:20px;
    height:20px;
    margin-left:8px;
    transition:all 0.3s ease;
}
.banner .swiper-slide .banner-btn:hover img{
    transform:translateX(3px);
}
#swiper-container2{
    padding-bottom:20px;
}
#swiper-container2 .swiper-pagination{
    bottom:0 !important;
}
#swiper-container2 .swiper-pagination-bullet{
    width:20px;
    height:4px;
    border-radius:2px;
    margin:0 3px !important;
}
#swiper-container2 .swiper-hint{
    text-align:center;
    font-size:18px;
    color:#666;
    margin:15px 0 10px;
}
#swiper-container2 li {
    float: left;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 10px;
}
#swiper-container2 li  img{
    display:block;
    max-width:70%;
    max-height:100%;
}

/* 合作咨询弹窗 */
.cooperation-modal{
    position:fixed;
    left:0;
    top:0;
    z-index:10000;
    width:100vw;
    height:100vh;
}
.cooperation-modal .case-bg{
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
}
.cooperation-modal .cooperation-case{
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-150px;
    margin-left:-160px;
    z-index:2;
    width:320px;
    height:300px;
    border-radius:16px;
    box-shadow:0 4px 20px #1d4cd21a;
    background-color:#ffffff;
}
.cooperation-modal .cooperation-text{
    padding-top:30px;
    text-align:center;
    font-size:16px;
    color:#333;
}
.cooperation-modal .code-img{
    margin-left:80px;
    margin-top:15px;
    width:158px;
    height:158px;
    border:1px solid rgba(51,136,255,0.4);
    border-radius:8px;
    box-shadow:0 2px 12px rgba(0,0,0,0.1);
}
.cooperation-modal .cooperation-footer{
    position:absolute;
    bottom:0;
    left:0;
    box-sizing:border-box;
    width:100%;
    height:50px;
    background-color:#0091D7;
    color:#ffffff;
    font-size:18px;
    line-height:50px;
    padding-left:106px;
    border-radius:0 0 16px 16px;
    font-weight:bold;
}
.cooperation-modal .cooperation-footer .foot-icon{
    position:absolute;
    top:17px;
    left:83px;
    width:16px;
    height:16px;
}

/* 悬浮客服组件 */
.customer-service-wrapper{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;
}
.customer-service{
    box-sizing:border-box;
    width:95px;
    padding:35px 12px;
    background-color:#fff;
    border-radius:48px;
    box-shadow:0 8px 30px rgba(29,76,210,0.35);
    position:relative;
}
.service-wechart{
    width:72px;
    height:72px;
    cursor:pointer;
    border-radius:50%;
    background-image:url('../image/wechart.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:36px auto;
}
.service-wechart:hover,
.service-wechart.active{
    background-image:url('../image/wechat_choosed.png');
    background-size:100% 100%;
}
.service-phone{
    margin-top:12px;
    width:72px;
    height:72px;
    cursor:pointer;
    border-radius:50%;
    background-image:url('../image/phone.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:36px auto;
}
.service-phone:hover,
.service-phone.active{
    background-image:url('../image/phone_choosed.png');
    background-color:#1296DB;
    background-size:36px auto;
}
.service-gotop{
    margin-top:12px;
    width:72px;
    height:72px;
    cursor:pointer;
    background-image:url('../image/zhiding.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:36px auto;
}

/* 电话弹窗 */
.phone-popup{
    position:absolute;
    right:107px;
    top:150px;
    z-index:9998;
    transform:translateY(-50%);
}
.phone-popup-content{
    background-color:#ffffff;
    border-radius:8px;
    box-shadow:0 2px 12px rgba(0,0,0,0.15);
    padding:15px 20px;
}
.phone-popup-text{
    display:flex;
    align-items:center;
    gap:10px;
}
.phone-popup-icon{
    width:24px;
    height:24px;
}
.phone-popup-number{
    font-size:24px;
    font-weight:bold;
    color:#333;
    white-space:nowrap;
}